@charset "utf-8";
/*初始化*/
* {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

strong,a,span,li {
	font-size: 14px;
}

img {
	border: none;
}
a, a:link, a:active, a:visited, a:hover {
	text-decoration: none;
}
ul, li, ol {
	list-style: none;
}
i,em {font-style:normal;}
/* CSS Document */
/* 样式重置-----------------------------------------------------------------------------------------------------*/
::-webkit-input-placeholder{
	color:#666;
}
:-moz-placeholder{
caret-color:#666;
}
::-moz-placeholder{
	color:#666;
}
:-ms-input-placeholder{
flood-color:#666;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
	box-shadow:0 0 0 60px #037edb inset; 
	-webkit-text-fill-color: #fff;
}
body{
	overflow-x: hidden;
}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

ul {
	list-style: none;
}
/* 清除浮动
----------------------------------------------------------------------------------------------------*/
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.text-center{
	text-align: center;
}


/* 兼容清除浮动和错位 */
a {
	text-decoration: none;
	color: #333;
}

a:hover {
	color: #ec3b02;
}

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
.f-oh{
	overflow: hidden;
}
.fl{
	float: left;
}
.fr{
	float: right;
}

/*头部*/
header{
	position: relative;
	z-index: 9999;
	background: #172746;
	clear: both;
	box-sizing: border-box;
	padding: 0 50px;
	height: 90px;
}
.wrap{
	max-width: 1400px;
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.wrap2{
	max-width: 1400px;
	clear: both;
	margin: 0 auto;
	position: relative;
}


.logo{
	float: left;
	margin-top: 10px;
	border-right: 1px solid #45526b;
	max-width: 100%;
}
.logo img{
	max-width: 100%;
}
.slogen{
	font-size: 20px;
	color: #fff;
    line-height: 30px;
    float: left;
    margin-top: 50px;
    border-left: 1px solid #b2b2b2;

}
.slogen .t1{
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	padding-left: 20px;
	line-height: 1.5;
}

.toptip{
	color: #3b3b3b;
	font-size: 1px;
	text-align: right;
	margin-top: 40px;
	line-height: 2;
}
.toptel{
	text-align: right;
	color: #005bac;
	font-size: 22px;
	font-weight: bold;
	line-height: 2;
}
nav{
	clear: both;
	height: 60px;
	position: relative;
	z-index: 999;
	margin-top: 30px;
}
.toptel{
	padding: 5px 5px;
	border-radius: 30px;
	background: #ff7e00;
	font-size: 16px;
	color: #FFF;
	margin-top: 15px;
	float: right;
}

.banner{
	clear: both;
	overflow: hidden;
	position: relative;
}
.banner img{
	width: 100%;
	height: auto;
}
#mbanner{
	display: none;
}
/*首页数字优势*/
.num-adv-left {
    text-indent: 15px;
}
.num-adv .t1{
	font-size: 30px;
	font-weight: bold;
	color: #005bac;
	line-height: 2
}
.num-adv .t2{
	font-size: 24px;
	color: #303030;
}
.num-adv .t3{
	font-size: 14px;
	color: #303030;
	border-bottom: 2px solid #005bac;
	line-height: 3;
}	

.num-adv{
	clear: both;
	background: #FFF;
	position: relative;
	z-index: 9999;
	max-width: 1200px;
	margin: 30px auto;
}
.num-adv-box{
	clear: both;
	background: #f1f1f1;
	position: relative;
	height: 167px;
}
.num-adv-box:after{
	content: '';
	clear: both;
	width: 50%;
	height: 167px;
	background: #f1f1f1;
	display: block;
	position: absolute;
	right: -50%;
	top: 0;
}
.num-adv .num{
	text-align: center;
	line-height: 2;
	position: relative;
}
.num-adv .num:after{
	position: absolute;
	width: 1px;
	height: 167px;
	background: #e5e5e5;
	display: block;
	right: 0;
	top: 0;
	content: '';
}
.num-adv .counter{
	font-size: 60px;
	font-weight: bold;
	color: #005bac;
	text-align: center;
}
.num-adv .tip{
	font-size: 16px;
	color: #333;
	text-align: center;
	padding-bottom: 20px;
}
/*产品中心*/
.block-1{
	clear: both;
	position: relative;
	z-index: 99;
	background: #FFF;
	padding-top: 60px;
}
.block-2{
	clear: both;
	background: #FFF;
	position: relative;
	z-index: 9999;
	padding: 50px 0;
}
.block-3{
	clear: both;
	background: #f5f5f5;
	position: relative;
	z-index: 9999;
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
}
.block-4{
	clear: both;
	background: url(../images/case_bg.jpg) no-repeat;
	background-attachment: fixed;
	position: relative;
	z-index: 9999;
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
	padding: 40px 0;
}

.in-title1{
	clear: both;
	text-align: center;
	font-size: 38px;
	color: #333;
	font-weight: bold;
	line-height: 2;
	position: relative;	
}
.in-title1:after{
	width: 56px;
	height: 2px;
	background: #dc6c17;
	clear: both;
	display: block;
	margin: 0 auto;
	content: '';
}

.show-t{
	clear: both;
	font-size: 32px;
	color: #2a2a2a;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 15px;
}
.in-tip{
	font-size: 18px;
	clear: both;
	text-align: center;
	color: #838383;
	line-height: 2;
}
.go-jt{
	width: 30px;
	height: 51px;
	clear: both;
	margin: 15px auto;
	position: relative;
}
.block-1 .go-jt p{
	position: absolute;
	top: 0;
}

/*首页服务项目*/
.fw-box{
	box-shadow: 0 0 20px #CCC;
	margin: 30px 0;
	transition-duration: .3s;

}
.fw-box:hover{
	box-shadow: 0 0 20px #333;
	transition-duration: .3s;
}
.fw-t1{
	background: url(../images/fwbg1.jpg) no-repeat;
	background-size: 100% 100%;
	padding: 15px;
	clear: both;
	overflow: hidden;
	transition-duration: 1s;
	height: 130px;
	box-sizing: border-box;
	width: 100%;
	position: relative;
}
.fw-t2{
	background: url(../images/fwbg2.jpg) no-repeat;
	background-size: 100% 100%;
	padding: 15px;
	clear: both;
	overflow: hidden;
	transition-duration: 1s;
	height: 130px;
	box-sizing: border-box;
	width: 100%;
	position: relative;
}
.fw-t1 .pen,.fw-t2 .pen{
	background: url(../images/pen_bg.png) center no-repeat;
	padding: 30px;
	float: left;
	position: relative;
}
.fw-t1 .pen span,.fw-t2 .pen span{
	position: absolute;
	left: 25px;
	bottom: 25px;
}
.fw-t1 .t1,.fw-t2 .t1{
	font-size: 26px;
	color: #FFF;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.fw-box:hover .pen span{
	animation: write 1s infinite;
}
.fw-box:hover .fw-t1,.fw-box:hover .fw-t2{
	background-size: 110% 110%;
	transition-duration: 1s;
	height: 130px;
	box-sizing: border-box;
	width: 100%;
	overflow: hidden;
	padding: 15px;
}
.fw-content{
	clear: both;
	box-sizing: border-box;
	padding: 15px 30px;
	position: relative;
	height: 316px;
}
.fw-content .t1{
	font-size: 26px;
	color: #333;
	line-height: 2;
	margin-bottom: 20px;
}
.fw-content ul{
	background: #FFF;
}
.fw-content ul li{
	clear: both;
	border-bottom: 1px dashed #dadada;
	background: url(../images/fw_li.jpg) 5px 50% no-repeat;
	padding-left: 30px;
}
.fw-content ul li a{
	font-size: 16px;
	line-height: 36px;
	color: #7b7b7b;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	height: 30px;
	display: block;
}
.fw-more{
	clear: both;
	width:80%;
	height: 30px;
	line-height: 30px;
	display: block;
	text-align: center;
	font-size: 15px;
	color: #333;
	position: absolute;
	bottom: 30px;
	transition-duration: .5s;
	border: 1px solid #333;
	overflow: hidden;
}
.fw-more:before{
	left: -40px;
  position: absolute;
  top: 0;
  content: '';
  width: 30px;
  height: 30px;
  background: #0d54a7;
  border-radius: 50%;
  z-index: -1;
}
.fw-more:after{
	right: -40px;
  position: absolute;
  top: 0;
  content: '';
  width: 30px;
  height: 30px;
  background: #0d54a7;
  border-radius: 50%;
  z-index: -1;
}
.fw-content:hover .fw-more:before {
  -webkit-animation: criss-cross-left 0.8s both;
          animation: criss-cross-left 0.8s both;
}

.fw-content:hover .fw-more:after {
  -webkit-animation: criss-cross-right 0.8s both;
          animation: criss-cross-right 0.8s both;
}
.fw-content:hover .fw-more{
	color: #FFF;
	transition-duration: .5s;
	border:1px solid #0d54a7;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }

  50% {
  	top: 0;
    left: 50%;
    width: 30px;
    height: 30px;
  }
  100% {
  	top: -180px;
    left: 0;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }

  50% {
  	top: 0;
   right: 50%;
    width: 30px;
    height: 30px;
  }

  100% {
  	top: -180px;
    right: 0;
    width: 375px;
    height: 375px;
  }
}


.fw-more:hover{
	color: #333;
}

.ys-block{
	clear: both;
	padding-top: 50px;
}

@keyframes write{
	0 { left: 25px; }
	50% {left: 30px;} 
	100% { left: 25px; }
}


.tip1{
	color: #6a6a6a;
	font-size: 14px;
	text-align: center;
	line-height:3;
	margin-bottom: 20px;
}

.pic1{
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	position: relative;
	overflow: hidden;
}
.pic2{
	width: 100%;
	height: 0;
	padding-bottom: 80%;
	position: relative;
	overflow: hidden;
}
.pic3{
	width: 100%;
	height: 0;
	padding-bottom: 65%;
	position: relative;
	overflow: hidden;
}
.pic4{
	width: 100%;
	height: 0;
	padding-bottom: 85%;
	position: relative;
	overflow: hidden;
}
.pic1 p,.pic2 p,.pic3 p,.pic4 p{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transition-duration: .8s;
}
.pic1 p img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition-duration: .8s;
	padding: 1px;
}
.pic2 p img,.pic3 p img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition-duration: .8s;
	padding: 1px;
}
.pic4 p img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition-duration: .8s;
	padding: 1px;
}
#products{
	padding: 15px;
	margin-left: -15px;
	clear: both;
	overflow: hidden;
}
#products h4{
	background: #f5f5f5;
	font-size: 16px;
	text-align: center;
	padding: 10px 0;
}
#products h4 {
	color: #6a6a6a;
	margin-top: 20px;
	line-height: 2;
}
#products .swiper-slide a{
	color: #FFF;
}
#products .swiper-slide a:hover img{
	transform:scale(1.2);
	transition-duration: .8s;
}
#products .swiper-slide a:hover h4
{
	background: #005bac;
	color: #FFF;
}



/*优势*/
.ydv-bar{
	clear: both;
	background: url(../images/ys_bg.jpg) no-repeat;
	background-attachment: fixed;
	overflow: hidden;
	background-size: cover;
	position: relative;
	overflow:hidden;
	padding: 30px 0;
}
.ydv-t{
	font-size: 38px;
	font-weight: bold;
	color: #FFF;
	width: 100%;
	text-align: left;
	z-index: 9999;
	top: 80px;
	left: 0;
	box-sizing: border-box;
	padding-left: 15px;
}
.ydv-tip{
	color: #858585;
	font-size: 20px;
	line-height: 2;
	left: 0;
	top: 130px;
	font-weight: normal;
}
.ys-donghua{
	clear: both;
	width: 100%;
	position: relative;
	background: url(../images/ys_left.png) no-repeat;
	height: 579px;
	width: 740px;
}
.yun1{
	position: absolute;
	left: 41px;
	top: 84px;
	animation: yun 2.5s infinite;
}
.yun2{
	position: absolute;
	right: 41px;
	top: 84px;
	animation: yun2 3s infinite;
}
@keyframes yun{
	0{top: 84px; left: 41px;}
	50% {top: 75px; left: 45px;}
	100% {top: 88px; left: 43px;}
}
@keyframes yun2{
	0{top: 84px; right: 41px;}
	50% {top: 75px; right: 45px;}
	75% {top: 80px; right: 41px;}
	100% {top: 84px; right: 43px;}
}
.guangzhu{
	position: absolute;
	left: 41px;
	top: 150px;
	opacity: 0.6;
	animation: guang 1.5s infinite;
}
@keyframes guang{
	0{top: 150px; right: 41px; opacity: 0.6}
	50% {top: 155px; right: 41px; opacity: 1}
	100% {top: 150px; right: 41px; opacity: 0.6}
}

.ydv-t span{
	font-size: 38px;
	font-weight: bold;
	color: #FFF;
}
.ys-box{
	clear: both; 
	margin-right: -15px;
	overflow: hidden;
	position: relative;
	height: 832px;
}
.ys-li{
	width: 90%;
	clear: both;
	margin: 10px auto 50px auto;
	background: url(../images/ys_li_bg.png) 100% 100% no-repeat;
	color: #FFF;
	box-sizing: border-box;
	padding: 30px;
	overflow: hidden;
	background-size: cover;
	border-radius: 15px;
}
.ys-li i{
	display: inline-block;
	font-size: 30px;
}
.ys-li .t1{
	font-size: 24px;
	color: #FFF;
}
.ys-li .t2{
	font-size: 16px;
	color: #889ec5;
}
#gallery-top{
	height: 100%;
}
.tab-content{
	clear: both;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 50px;
}

.tab-content .info{
	color: #FFF;
	font-size: 17px;
	width: 60%;
	line-height: 2;
	min-height: 136px;
	text-align: center;
	margin: 180px auto 0 auto;
}


#in-gallery-thumbs{
	width:100%;
	clear: both;
	position: absolute;
	z-index: 999;
	bottom: 0;
}

.tab-num{
	text-align: center;
	color: #FFF;
	display: block;
	cursor :pointer;
	position: relative;
	border-right: 1px solid #aeaeb0;
	padding-bottom: 30px;
}
.tab-num .t1:after{
	width: 40px;
	height: 2px;
	display: block;
	background: #FFF;
	content: '';
	position: absolute;
	left: 50%;
	top: 80%;
	margin-left: -20px;
}
#in-gallery-thumbs {
	border-top: 1px solid #aeaeb0;
}
#in-gallery-thumbs .swiper-slide:nth-child(1) .tab-num{
	background: url(../images/ysico1.png) 50% 15px no-repeat;
	padding-top: 75px;
}
#in-gallery-thumbs .swiper-slide:nth-child(2) .tab-num{
	background: url(../images/ysico2.png) 50% 15px no-repeat;
	padding-top: 75px;
}
#in-gallery-thumbs .swiper-slide:nth-child(3) .tab-num{
	background: url(../images/ysico3.png) 50% 15px no-repeat;
	padding-top: 75px;
}
#in-gallery-thumbs .swiper-slide:nth-child(4) .tab-num{
	background: url(../images/ysico4.png) 50% 15px no-repeat;
	padding-top: 75px;
}
#in-gallery-thumbs .swiper-slide:nth-child(5) .tab-num{
	background: url(../images/ysico5.png) 50% 15px no-repeat;
	padding-top: 75px;
}
.tab-num .t1{
	font-size: 26px;
	line-height: 4;
	font-weight: bold;
}
#in-gallery-thumbs .swiper-slide-thumb-active .tab-num{
	background:rgba(30,105,44,0.6); 
	width: 100%;
	height: 100%;
}
.news-t{
	clear: both;
	font-size: 32px;
	color: #2a2a2a;
	text-align: left;
	margin-bottom: 60px;
}
.news1{
	clear: both;
}
.news1 .box{
	clear: both;
	box-sizing: border-box;
	padding: 20px;
}
.news1 .box .t1{
	font-size: 20px;
	color: #2a2a2a;
	line-height: 3;
}
.news1 .box .date{
	font-size: 15px;
	color: #2a2a2a;
	margin-bottom: 20px;
}
.news1 .box .info{
	font-size: 15px;
	line-height: 1.5;
	color: #666666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	margin: 10px 0;
}
.news-li{
	clear: both;
	box-sizing: border-box;
	padding: 15px;
	overflow: hidden;
	line-height: 1.2;
	margin-bottom: 20px;
	border-bottom: 1px solid #f5f5f5;
	background: url(../images/news_li.png) right 20px center no-repeat;
}
.news-li:hover{
	background: url(../images/news_li_hover.png) right 20px center no-repeat;
	color: #006932;
}
.news-li a:hover .title,.news-li a:hover .info{
	color: #006932;
}
.news-li .date{
	color: #333333;
	text-align: left;
	clear: both;
}
.news-li .date .d{
	font-size: 20px;
	line-height: 2;
	margin-right: 20px;
}
.news-li .date .t{
	font-size: 15px;
	color: #666666;
}
.news-li .txt{
	clear: both;
}
.news-li .title{
	font-size: 18px;
	color: #333;
	line-height: 1.5;
	margin-bottom: 15px;
}
.news-li .info{
	font-size: 14px;
	color: #999999;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
/*公司简介*/
.about-t{
	position: relative;
	padding-top: 50px;
}

.about-t .en1{
	color: #e5e4e4;
	font-weight: bold;
	font-size: 52px;
	z-index: -3;
	position: relative;
}
.about-t .en2{
	color: #343434;
	font-weight: bold;
	font-size: 42px;
	background: #f5f5f5;
	padding: 20px 0 0 20px;
}
.about-t .ch{
	color: #343434;
	font-size: 24px;
	background: #f5f5f5;
	padding-left: 20px;
	padding-bottom: 10px;
}

.about-box{
	font-size: 15px;
	clear: both;
	padding: 30px 0;
	color: #333;
	line-height: 2;
	box-sizing: border-box;
	position: relative;
	z-index: 33;
	width: 100%;
	margin: 0 auto;
	text-align: contain
}
.about-en{
	color: #033f89;
	font-size: 14px;
	text-transform: capitalize;
	margin: 10px 0 30px 0;
	text-align: left;
}
.about-tip{
	color: #303030;
	font-size: 25px;
	line-height: 1.5;
}

.about-pic p{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
}
.about-pic p img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about-more{
	width: 132px;
	height: 55px;
	background: #ffffff;
	color: #666 !important;
	font-size: 14px;
	line-height: 55px;
	text-align: center;
	display: block;
	position: relative;
	z-index: 11;
	float: left;
}
.about-more:hover{
	color: #666;
}
.about-block{
	background: url(../images/about_bg.jpg) top center no-repeat;
	background-size: cover;
	clear: both;
	overflow: hidden;
	padding: 50px 0;
	position: relative;
	height: 100%;
}
.about-t{
	clear: both;
	color: #033f89;
	text-align: center;
	text-align: left;
}
.in-cname{
	font-size: 26px;
	color: #333;
	line-height: 2;
	margin-top: 30px;
	margin-bottom: 10px;
}
.ys-num{
	float: left;
	width: 25%;
	margin-top: 50px;
}
.ys-num .num1{
	line-height: 1.5;
	border-left: 2px solid #7668e5;
	padding-left: 25px;
}
.ys-num .num-li .num{
	font-size: 55px;
	color: #000000;
}
.ys-num .num1 .txt{
	font-size: 18px;
	color: #6f6f6f;
}
.mg-t1{
	margin-top: 80px;
}

/*首页成功案例*/
.case-t{
	color: #fff;
	font-size: 42px;
	line-height: 2;
}
.case-t span{
	margin-left: 20px;
}
.case-tip{
	font-size: 18px;
	color: #FFF;
	line-height: 2;
}
.case-tel{
	font-size: 16px;
	color: #FFF;
	margin-top: 150px;
}
.case-tel p{
	color: #ff7e00;
	font-weight: bold;
	font-size: 25px;
}
.case-name{
	clear: both;
	line-height: 2;
	font-size: 18px;
	text-align: center;
	color: #FFF;
}
/*首页新闻*/
.news-box1{
	width: 100%;
	background: #FFF;
	border:1px solid #edf2f7;
	border-radius:15px;
	box-shadow: 0 0 20px #eaf0f6;
	clear: both;
	box-sizing: border-box;
	padding: 30px;
	margin-bottom: 20px;
}

.news-box1 ul li{
	clear: both;
	background: url(../images/fw_li.jpg) 5px 50% no-repeat;
	padding-left: 30px;
	color: #4c4c4c;
	font-size: 16px;
	line-height: 2;
}
.news-box1 ul li a:hover{
	color: #033f89
}
.news-box1 ul li .date{
	float: right;
}

.mny-banner{
	display: none;
}
.ny-banner{
	clear: both;
	overflow: hidden;
	margin-bottom: 50px;
	position: relative;
}
.ny-banner img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.position{
	position: relative;
	max-width: 1400px;
	clear: both;
	margin: 0 auto;
	text-align: left;
	z-index: 666;
	width: 100%;
	bottom: 50px;
	line-height: 60px;
	border-bottom: 1px solid #333;

}
.position a{
	color: #000;
}
.position a:hover{
	color: #000;
}
/*内页侧栏*/
.category-t{
	line-height: 70px;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	background: #005bac;
	text-transform: uppercase;
}
.category{
	clear: both;
	overflow: hidden;
	margin-bottom: 25px;
}
.category ul li{
	clear: both;
	line-height: 60px;
	font-size: 16px;
	border-bottom: 1px solid #ececec;
}
.category ul li a{
	color: #333;
	font-size: 16px;
	display: block;
	text-indent: 1rem;
}
.category ul li i{
	float: right;
	margin-right: 15px;
	transition-duration: .6s;
}
.category ul li:hover i{
	margin-right: 25px;
	transition-duration: .6s;
}
.contact-box{
	clear: both;
	overflow: hidden;
	box-sizing: border-box;
	padding: 30px;
	background: #eeeeee;
	margin-bottom: 20px;
}
.contact-box h2{
	color: #005bac;
	font-size: 24px;
	font-weight: bold;
	margin: 5px 0;
}
.contact-box p{
	font-size: 16px;
	color: #333;
	line-height: 2;
}
article h2{
	font-size: 38px;
	color: #333;
	clear: both;
	text-align: center;
}
article h2:after{
	background: #00a0e9;
	width: 56px;
	height: 2px;
	display: block;
	content: '';
	clear: both;
	margin: 10px auto;
}
.in-image{
	clear: both;
	text-align:center;
	box-sizing: border-box;
	width: 100%;
}
.in-image img{
	max-width: 100%;
}
.in-content{
	padding: 30px;
	font-size: 16px;
	line-height: 2;
	color: #333;
	clear: both;
}
#piclist{
	margin-bottom: 20px;
}
.nyfw-li{
	width: 100%;
    background: #FFF;
    border: 1px solid #edf2f7;
    border-radius: 15px;
    box-shadow: 0 0 20px #eaf0f6;
    clear: both;
    box-sizing: border-box;
    padding: 8px 30px;
    overflow: hidden;
    margin-bottom: 20px;
}
.nyfw-title{ 
	font-size: 16px;
	line-height: 2;
}
.news-box{
	background: #eee;
	clear: both;
	padding:0 30px;
	box-sizing: border-box;
	overflow: hidden;
	padding-bottom: 80px;
	position: relative;
	margin-bottom: 50px;
}
.news-box .date{
	background: #005bac;
    right: 10px;
    padding: 10px 20px;
    margin-bottom: 40px;
    width: 82px;
    position: absolute;
}
.news-box .d{
	font-size: 18px;
	color: #FFF;
	line-height: 2;
	border-bottom: 1px solid #FFF;
}
.news-box .t{
	font-size: 15px;
	line-height: 2;
	color: #FFF;
}
.news-box .title{
	color: #333;
	font-size: 18px;
	clear: both;
	line-height: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:1;
	overflow: hidden;
	margin-bottom: 20px ;
	height: 36px;
	font-weight: bold;
	width: 76%;
	margin-top: 30px;
}
.news-box .info{
	clear: both;
	color: #333;
	line-height: 2;
	height: 56px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-top: 40px;
}
.news-box:hover{
	background: #005bac;
}
.news-box:hover a p{
	color: #FFF;
}
.news-box:hover .date{
	background: #FFF;
}
.news-box:hover .date p{
	color: #005bac;
}
.news-box:hover .more{
	margin-top: 10px;
	opacity: 1;
	transition-duration: .5s;
	bottom: 20px;
	position: absolute;
	left: 30px;
	opacity: 1;
}
.news-box .more{
	width: 115px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #FFF;
	text-align: center;
	font-size: 14px;
	display: block;
	bottom: 10px;
	position: absolute;
	left: 30px;
	opacity: 0;
	transition-duration: .5s;
}
.news-box .more a{
	color: #005bac;
}
/*产品页*/

.product-box{
	clear: both;
	border-radius: 15px;
	border: 2px solid #EEE;
	margin-bottom: 20px;
	box-sizing: border-box;
	padding: 10px;
}
.product-box .name{
	clear: both;
	font-size: 16px;
	text-align: center;
	line-height: 2;
	border-top: 1px solid #eeeeee;
	margin-top: 20px;
	transition-duration: 0.5s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
}
.product-box a{
	color: #333;
}
.product-box a:hover{
	color: #005bac;
}
.product-box a:hover .pic4 p img{
	transform:scale(1.2);
}
.product-box a:hover .name{
	border-top: 1px solid #005bac;
}
/*产品详情页*/
.photos{
	height: 440px;
}
.gallery-top .swiper-slide .pic,.gallery-thumbs .swiper-slide .pic{
	text-align: center;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	border: 1px solid #EFEFEF;
}
.gallery-top .swiper-slide .pic img,.gallery-thumbs .swiper-slide .pic img{
	object-fit: contain;
	width: 100%;
	height: 100%;
}
.pro-title{
	font-size: 26px;
	color: #333333;
	line-height: 2;
	margin-bottom: 10px;
	clear: both;
	overflow: hidden;
}
.info-img{
	clear: both;
	padding: 20px 0;
	text-align: center;
	margin: 20px auto;
}
.info-img img{
	padding: 1px;
	border: 1px solid #EFEFEF;
	max-width: 100%;
}
.info-box{
	clear: both;
	background: #f6f6f6;
	box-sizing: border-box;
	padding: 10px;
	margin-bottom: 20px;
	overflow: hidden;
	padding-bottom: 30px;
}
.info-box .t1{
	font-size: 16px;
	color: #333;
	margin: 20px 10px;
	clear: both;
	overflow: hidden;
}
.info-box .name{
	clear: both;
	text-align: center;
	font-size: 12px;
	line-height: 2;
}
.info-box a{
	color:#333;
}
.zx{
	background: #005bac;
	color: #FFF;
	padding:10px 15px; 
	float: left;
	font-size: 14px;
	margin-right: 20px;
}

.zx2{
	background: #fed200;
	color: #FFF;
	padding:10px 15px; 
	float: left;
	font-size: 14px;
}
.pro-info-t{
	clear: both;
	background: #f6f6f6;
	height: 50px;
	display: block;
	margin: 20px 0;
}
.pro-info-t span{
	background: #005bac;
	display: block;
	padding: 0 30px;
	height: 100%;
	float: left;
	color: #FFF;
	font-size: 16px;
	line-height:50px;
}
.padding-1{
	padding:50px 0;
}
.info-t{
	clear: both;
	font-size: 20px;
	color: #333;
	text-align: center;
	line-height: 53px;
	border-bottom: 1px solid #EFEFEF;
}
.info-date{
	float: left;
	line-height: 5;
	font-size: 14px;
	color: #858383;
	margin-left: 30px;
}
.info-click{
	float: right;
	line-height: 5;
	font-size: 14px;
	color: #858383;
	margin-right: 30px;
}
.newsPage{
	clear: both;
	overflow: hidden;
	padding: 10px 0;
}
.newsPage .page-a{
	width: 48%;
	float: left;
	padding: 10px;
	box-sizing: border-box;
	border:1px solid #EFEFEF;
	font-size: 14px;
}
.newsPage .page-a:last-child{
	float: right;
}
.newsPage a,.newsPage a:hover{
	color: #666;
	display: inline-block;
}
/*联系我们*/
.c-name{
	font-size: 20px;
	color: #333;
	font-weight: bold;
	line-height: 2;
	border-left: 10px solid #005bac;
	padding-left: 15px;
}
.cont-li{
	background: #FFF;
	font-size: 16px;
	line-height: 40px;
	margin: 10px 0;
	text-indent: 2rem;
	color: #595959;
}
.cont-li i{
	margin-right: 10px;
}
#dituContent{
	clear: both;
	padding: 20px;
	height: 400px;
	margin-bottom: 20px;
}
/*在线留言*/
.in-form .mes-form input,.in-form .mes-form textarea{
	background: #eeeeee;
}
.de-message{
    overflow: hidden;
    padding:0 5px;
}
.tips{
    font-size:13px;
    line-height: 55px;
    color:#737373;
}
.mes-form input{
	display: block;
	width:100%;
	padding:0 10px;
	height: 38px;
	line-height: 38px;
	border:1px solid #e6e6e6;
}
.mes-form textarea{
	display: block;
	width:100%;
	padding:5px 10px;
	height: 168px;
	border:1px solid #e6e6e6;
}

.code{
    overflow: hidden;
}   
.code input{
     width:188px;
     float: left;
}
.code .verify{
    cursor: pointer;
    float: left;
    margin-left:25px;
    width:120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 0;
}
.code .verify   img{
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}
.submit2{
    margin-top:15px;
    display: block;
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #006932;
    color:#fff;
    font-size:15px;
    &:hover{
        background: #00a14d;
        color:#fff;
    }
 }
.submit{
    margin-top:15px;
    display: block;
    width: 190px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #237ed2;
    color:#fff;
    font-size:15px;
    &:hover{
        background: #0058b1;
    }
    
}
.error{
    height: 18px;
    line-height: 18px;
    font-size:12px;
    color:#f00;
    padding:0 5px;
}                    
/*页码*/
.de-page-mian {
  overflow: hidden;
  text-align: center;
  font-size: 0;
  margin: 10px 0 35px;
  clear: both;
}
.de-page-mian .page-inner {
  display: inline-block;
  overflow: hidden;
}
.de-page-mian .page-inner a {
  display: block;
  float: left;
  min-width: 26px;
  padding: 0 5px;
  height: 36px;
  border: 1px solid #dddddd;
  background: #fff;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin-right: -1px;
  overflow: hidden;
}
.de-page-mian .page-inner a.active,
.de-page-mian .page-inner a:hover {
  color: #fff;
  border-color: #005bac;
  background: #005bac;
}
.de-page-mian .page-inner a.prev {
  margin-right: 10px;
  background: #fff url(../images/prev.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev.on {
  background: #fff url(../images/prev-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.next {
  margin-left: 10px;
  margin-right: 15px;
  background: #fff url(../images/next.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next.on {
  background: #fff url(../images/next-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.page-btn {
  font-size: 12px;
  margin-right: 0;
  width: 63px;
  margin-left: 10px;
}
.de-page-mian .page-inner span {
  display: block;
  font-size: 12px;
  color: #333;
  float: left;
  line-height: 38px;
}
.de-page-mian .page-inner input {
  display: block;
  float: left;
  height: 36px;
  width: 36px;
  border: 1px solid #dddddd;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin: 0 5px;
}
/*人才招聘*/
.jobs{
	clear: both;
	box-sizing: border-box;
	padding: 20px;
	background: #f7f7f7;
}
.jobs a{
	color: #333;
}
.job-title{
	line-height: 3;
}
.jobs-info{
	font-size: 16px;
	line-height: 2;
	padding-bottom: 30px;
	padding-top: 50px;
}
.jobs-info .btn{
	background: #005bac;
	padding: 10px 30px;
}
.mes-form #man,.mes-form #woman{
	width: 20px;
	float: left;
}
.mes-form  .man,.mes-form  .woman{
	line-height: 44px;
}
#verifyImg{
	width: 150px;
}
/*底部*/
footer{
	clear: both;
	overflow: hidden;
	color: #FFF;
	
}
.footer-box1{
	background: #2c2d34;
	width: 95%;
	float: right;
	box-sizing: border-box;
	padding: 30px 10px 30px 150px;
	color: #b1b1b1;
	font-size: 18px;
	position: relative;
	margin-top: 50px;
}
.footer-box1:after{
	background: url(../images/foot_bg.jpg) bottom repeat-x;
	width: 300px;
	height: 60%;
	content:'';
	display: block;
	position: absolute;
	z-index: -1; 
	left: -6%;
	bottom: -50px;
}

.fr-link{
	clear: both;
	border-bottom: 1px solid #4b4b4b;
	padding: 10px 0;
	overflow: hidden;
}
.fr-link span{
	float: left;
	font-size: 18px;
}
.fr-link a{
	color: #6b6868;
	font-size: 16px;
	float: left;
	margin-right: 15px;
}
.bot-nav{
	width: 30%;
	float: left;
}
.bot-t1{
	font-size: 20px;
	color: #d3cfcf;
	font-weight: bold;
	margin: 20px 0;
}
.bot-nav li a{
	font-size: 16px;
	color: #8a8888;
	line-height: 2;
}
.bot-lx{
	font-size: 16px;
	color: #8a8888;
	line-height: 2;
}


.copy{
	max-width: 1400px;
	line-height: 50px;
	text-align: center;
	color: #888686;
	clear: both;
	overflow: hidden;
	height: 50px;
	text-align: right;
	margin: 0 auto;
}
.copy a:hover,.copy a{
	color: #888686;
}

.bot-code{
	max-width: 150px;
	text-align: center;
	margin-top: 30px;
}

.bot-menu{
	font-size: 16px;
	line-height: 3;
	border-left: 1px solid #3a3a3a;
	padding-left: 20px;
	float: left;
	padding-right: 50px;
}
.bot-menu p,.bot-menu p a{
	font-size: 16px;
}
.bot-contact{
	color: #FFF;
	font-size: 16px;
	line-height: 2;
	text-transform: uppercase;
	padding-top: 8px;
}
.bot-contact p{
	line-height: 2.8;
}
.m-bot{
	clear: both;
	position: fixed;
	bottom: 0;
	width: 100%;
	background: #005bac;
	color: #FFF;
	padding: 15px 0;
	z-index: 999999;
	text-align:center;
}
.m-bot i{
	font-size: 30px;
	color: #FFF;
}
.m-bot p{
	color: #FFF;
}
/*客服*/
/*鎮诞閾炬帴*/
.suspension{position:fixed;z-index:99999;right:0;bottom:85px;width:70px;height:240px;}
.suspension-box{position:relative;float:right;}
.suspension .a{display:block;width:44px;height:44px;background-color:#353535;margin-bottom:4px;cursor:pointer;outline:none;}
.suspension .a.active,
.suspension .a:hover{background:#F05352;}
.suspension .a .i{float:left;width:44px;height:44px;background-image:url(../images/side_icon.png);background-repeat:no-repeat;}
/* .suspension .a-service .i{background-position:0 0;} */
.suspension .a-service .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:0 0;}
.suspension .a-service-phone .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:-27px 0;}
.suspension .a-qrcode .i{background-position:-44px 0;}
.suspension .a-cart .i{background-position:-88px 0;}
.suspension .a-top .i{background-position:-132px 0;}
.suspension .a-top{background:#D2D3D6;display:none;}
.suspension .a-top:hover{background:#c0c1c3;}
.suspension .d{display:none;width:223px;background:#fff;position:absolute;right:67px;min-height:90px;border:1px solid #E0E1E5;border-radius:3px;box-shadow:0px 2px 5px 0px rgba(161, 163, 175, 0.11);}
.suspension .d .arrow{position:absolute;width:8px;height:12px;background:url(../images/side_bg_arrow.png) no-repeat;right:-8px;top:31px;}
.suspension .d-service{top:0;}
.suspension .d-service-phone{top:34px;}
.suspension .d-qrcode{top:78px;}
.suspension .d .inner-box{padding:8px 22px 12px;}
.suspension .d-service-item{border-bottom:1px solid #eee;padding:14px 0;}
.suspension .d-service .d-service-item{border-bottom:none;}
.suspension .d-service-item .circle{width:44px;height:44px;border-radius:50%;overflow:hidden;display:block;float:left;}
.suspension .d-service-item .i-qq{width:44px;height:44px;background:url(../images/side_con_icon03.png) no-repeat center 15px;display:block;transition:all .2s;border-radius:50%;overflow:hidden;}
.suspension .d-service-item:hover .i-qq{background-position:center 3px;}
.suspension .d-service-item .i-tel{width:44px;height:44px;background:url(../images/side_con_icon02.png) no-repeat center center;display:block;}
.suspension .d-service-item h3{float:left;width:112px;line-height:44px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text{line-height:22px;font-size:15px; text-align: center;}
.suspension .d-service-item .text .number{font-family:Arial,"Microsoft Yahei","HanHei SC",PingHei,"PingFang SC","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif; text-align: center; font-size: 18px; color: #005bac}
.suspension .d-service-intro{padding-top:10px;}
.suspension .d-service-intro p{float:left;line-height:27px;font-size:12px;width:50%;white-space:nowrap;color:#888;}
.suspension .d-service-intro i{background:url(../images/side_con_icon01.png) no-repeat center center;height:27px;width:14px;margin-right:5px;vertical-align:top;display:inline-block;}
.suspension .d-qrcode{text-align:center;}
.suspension .d-qrcode .inner-box{padding:20px 0;}
.suspension .d-qrcode p{font-size:16px;color:#93959c;}
@media screen and (max-width: 1400px) and (min-width: 1200px) {
	.about-box{
		padding: 0;
	}

}
@media screen and (max-width: 1200px) {
	.slogen .t1{
		font-size: 12px;
	}


}
@media screen and (min-width: 993px) and (max-width: 1199px){
	.fw-t1 .t1, .fw-t2 .t1{
		font-size: 17px;
	}
	.news-li .date .d {
	    font-size: 24px;
	    font-weight: bold;
	}
	.toptel{
		margin-top: 40px;
	}
	#nav ul{
		display: none;
	}
}
@media screen and (max-width: 992px) {
	#banner{
		display: none;
	}
	#mbanner{
		display: block;
	}
	.fw-content{
		height: 290px;
	}
	.logo {
    max-width: 100%;
    margin-top: 5px;

	}

	header{
		padding: 0;
		height: 90px;
	}
	nav{
		margin-top: 25px;
	}

	.fw-box:hover .fw-t1,.fw-box:hover .fw-t2,.fw-box:hover .fw-t3,.fw-box:hover .fw-t4,.fw-t1,.fw-t2,.fw-t3,.fw-t4{
		height: 80px;
	}
	.suspension{
		display: none;
	}
	.ydv-tip{
		font-size: 14px;
		width: 95%;
		margin: 0 auto;
	}
	.ys-num{
		width: 48%;
		margin-top: 35px;
	}
	.ys-num .num-li .num {
		font-size: 40px;
	}
	.mg-t1 {margin-top:35px;}
	.case-tel{
		margin-top: 20px;
	}
	.footer-box1{
		padding: 10px;
		width: 100%;
	}
	.ys-box{
		height: 500px;
	}
	.block-1{
		padding-top: 0;
	}
	.go-jt{
		height: 30px;
	}
	.block-2 {padding:10px 0;}
	.show-t{
		margin-bottom: 30px;
		font-size: 28px;
	}
	.in-tip {font-size: 15px;}

	.fw-box {margin:10px 0;}
	.catelist a{
		width: 20%;
		float: left;
		font-size: 16px;
		text-align: center;
	}
	.tab-num{

		clear: both;
		margin: 0 auto;
	}
	.ys-box{
		margin-left: -15px;
	}
	

	.tab-content{
		padding: 30px 10px;
	}
	.tab-content .info{
		width: 80%;
		font-size: 16px;
		margin: 100px auto;
	}
	.ydv-t span{
		font-size: 28px;
		padding-left: 15px;
	}

	
	.num-adv-box{
		height: auto;
		overflow: hidden;
	}
	.news-li .date .d {
	    font-size: 22px;
	    font-weight: normal;
	}
	.news-li .date .t {
	    text-align: center;
	}
	.news-li .txt{
		width: 90%;
	}
	.news-li .date{
		padding: 20px 0;
	}
	.slogen .t1 {
    font-size: 16px;
	}
	.slogen .t2{
	font-size: 14px;
	line-height: 1.5;
	}
	.slogen .t2 span{
		font-size: 14px;
	}
	.toptel{
		margin-top: 40px;
		font-size: 18px;
	}
	.slogen{
		max-width: 50%;
	}
	
	.about-pic{
	width: 95%;
	right: 0;
	z-index: 1;
	padding-bottom: 40%;
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	}
}
@media screen and (max-width: 768px) {
	nav{
		margin-top: -50px;
	}
	.position{
		color: #FFF;
		text-indent: 30px;
		bottom: 62px;
	}
	.position a{
		color: #fff;
	}
	.wrap{
		padding: 0;
		clear: both;
		box-sizing: border-box;
		width: 100%;
	}
	
	.logo{
		max-width: 100%;
	}
	.logo img{
		max-width: 100%;
	}
	.toptel{
		margin-top: 15px;
		font-size: 18px;
	}
	.num-adv{
		bottom: 0;
	}
	
	
	#products{
		margin-left: 0;
	}
	#in-gallery-thumbs{
		width: 100%;
		float: none;
		clear: both;
		margin-top: 60px;
	}


	.ys-li .title{
		font-size: 18px;
		margin-bottom: 0;
	}
	.ys-li .info{
		line-height: 1.5;
	}

	.ny-banner{
		height: 300px;
	}
	.pic3{
		width: 100%;
		height: 0;
		padding-bottom: 80%;
		overflow: hidden;
		position: relative;
	}

	.news-li .date .d 
	{
	    font-size: 15px;
	    font-weight: normal;
	    text-align: center;
	}
	.news-li .date .t{
		text-align: center;
	}

	.news-li .title{
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}
	.news-li .info{
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp:2;
		overflow: hidden;
	}
	.about-pic{
	width: 100%;
	position: relative;
	right: 0;
	z-index: 1;
	bottom: 30%;
	}
	.about-t .en1 {
    color: #e5e4e4;
    font-weight: bold;
    font-size: 32px;
    z-index: -3;
    position: relative;
	}
	.about-t{
		padding-top: 15px;
		font-size: 26px;
	}
	.about-t:before {
    border: 8px solid #005bac;
    height: 105px;
    width: 200px;
    content: '';
    display: block;
    z-index: -1;
    position: absolute;
    top: 80px;
    left: 20px;
	}
	.about-tip {font-size: 22px;}
	.about-block{
		padding-top: 0;
	}
	.about-box{
		margin-top: 40px;
		padding: 0;
	}
	.num-adv-left{
		text-indent: 15px;
	}
	.ys-li {padding: 10px;}
	.ys-li .t1 {font-size: 20px;}


	.catelist{
		margin-right: -15px;
	}
	.category ul li{
		clear: none;
		float: left;
		width: 100%;
		line-height: 34px;
	}
	.category ul li a{
	font-size: 14px;
	}
	.category-t{
		line-height: 50px;
	}
	.num-adv .counter{
		font-size: 28px;
	}
	.num-adv .num:after {
	    position: absolute;
	    width: 1px;
	    height: 50px;
	    background: #EEE;
	    display: block;
	    right: 0;
	    top: 50%;
	    content: '';
	}
	.in-title1{
	  font-size: 28px;
	  margin: 20px 0;
	}
	.tip1{
		line-height: 2;
		padding: 0 10px;
		box-sizing: border-box;
	}
	.in-content{
		padding: 30px 0;
	}
	.in-content img{
		max-width: 100%;
	}
	article h2{
		font-size: 28px;
	}
	.zx,.zx2{
		clear: both;
		box-sizing: border-box;
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}
	.send-form {
	  width: 95%;
	}
	.contact-box h2{
		font-size: 20px;
	}
	.contact-box p{
		line-height: 1.5;
		font-size: 14px;
	}
	.contact-box{
		padding: 15px;
	}
	.mny-banner{
	display: block;
	}
	.ny-banner{
	display: none;
	}
	.mny-banner img{
	 max-width: 100%;
	}
	.mes-form input{
	display: block;
	width:95%;
	padding:0 10px;
	height: 38px;
	line-height: 38px;
	border:1px solid #e6e6e6;
	}
	.mes-form textarea {
    display: block;
    width: 95%;
    padding: 5px 10px;
    height: 168px;
    border: 1px solid #e6e6e6;
	}
	footer {
    clear: both;
    background: #252525;
    padding: 10px 0 120px 0;
    overflow: hidden;
	}
	.news-box1 ul li a {
		display: block;
		overflow: hidden;
  		text-overflow: ellipsis;
  		white-space:nowrap;
	}
	.news-box1 ul li a span {
		display: none;
	}
	.copy {
		line-height:25px;
		overflow:auto;
		text-align: center;
	}
	.footer-box1 {margin-top:20px;}
}
@media screen and (max-width: 500px) {
	header {height: 70px;}

}


@media screen and (max-width: 360px) {
	.catelist a{
		width: 33%;
	}
		.fw-t1 .t1, .fw-t2 .t1{
		font-size: 20px;
	}

}


.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}